ansi string meaning in English
ansi字符串
Examples
- For nonstring data types and ansi string data , the
对于非字符串数据类型和ansi字符串数据, - And copies all or part of an unmanaged ansi string into it
并向其复制所有或部分非托管ansi字符串。 - Copies all characters up to the first null from an unmanaged ansi string to a managed
将非托管ansi字符串中第一个空值之前的所有字符复制到托管 - Demonstrates using c interop to marshal ansi strings between managed and native code
演示如何使用c + + interop在托管代码和本机代码之间封送ansi字符串。 - Copies a specified number of characters from an unmanaged ansi string into it , and widens each ansi character to unicode
,然后从非托管ansi字符串向其复制指定数目的字符,并将每个ansi字符扩展为unicode字符。